DataCollection | ComponentOne
C1.DataCollection.Serialization Assembly / C1.DataCollection.Serialization Namespace / NotifyCollectionChangedEventArgs<T> Class / NotifyCollectionChangedEventArgs<T> Constructor / NotifyCollectionChangedEventArgs<T> Constructor(NotifyCollectionChangedAction,IList,IList)

In This Topic
    NotifyCollectionChangedEventArgs<T> Constructor(NotifyCollectionChangedAction,IList,IList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As NotifyCollectionChangedAction, _
       ByVal newItems As IList, _
       ByVal oldItems As IList _
    )
    public NotifyCollectionChangedEventArgs<T>( 
       NotifyCollectionChangedAction action,
       IList newItems,
       IList oldItems
    )

    Parameters

    action
    newItems
    oldItems
    See Also